home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
360 Degrees of: Yellowstone National Park
/
360 Degrees of: Yellowstone National Park.iso
/
pc
/
data
/
exhibit.cst
/
00065_go to coords.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2008-04-21
|
327 b
|
21 lines
property spriteNum
on mouseDown
--Set a variable that is used to check what item the user clicked
global mouseclickedon
mouseclickedon = spriteNum
end
on mouseUp
global mouseclickedon
if mouseclickedon = spriteNum then
global showpanos
showpanos = 0
showhide
go to "coords"
end if
end